home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #2 / CD 2 (Black) - 2001.iso / Snake / snake.txt < prev    next >
Encoding:
Text File  |  2000-07-31  |  4.5 KB  |  85 lines

  1.  
  2. SNAKE
  3.  
  4. Created by Mattias Johansson, e98mj@efd.lth.se. The game was coded using Visual Basic 5.0
  5. and UltraEdit-32. To run the game, Visual Basic 5.0 Runtime Library is required and can
  6. be found at Microsoft download site:
  7. http://download.microsoft.com/download/vb50pro/utility/1/win98/en-us/msvbvm50.exe
  8.  
  9. The website Snake Online can be found at http://snakeplayers.cjb.net
  10. Snake is distributed as freeware by Moonlight Systems, http://moonlightsystems.cjb.net
  11.  
  12. (version 3.10, released 31st of July 2000)
  13.  
  14.  
  15.  
  16.  
  17. Edit mode
  18. -=======-
  19. Snake can be started in edit mode by either using the shortcut in the Start Menu or
  20. by starting it from the commandline (DOS or Start Menu => Run) with some parameters.
  21. Levels saved in edit mode will be placed in a directory called 'levels' in the game
  22. directory and can be played as single levels when the game is started in custom mode.
  23. You can upload your levels at Snake Online, and if we like them, they might be included
  24. in the next release of Snake.
  25.  
  26. Walls are drawn by pressing/holding left mouse button and erased with the right mouse
  27. button. You'll have to place the startspot/head of the snake. This is done by holding
  28. left Ctrl-key and pressing left mouse button. Note that the snake will always start in
  29. a going-east direction and that there have to be four empty spots left of the placed
  30. head. Note also that you can't save a level without the head placed. Another thing to
  31. think about is that every spot that is not wall must be reachable without being killed
  32. leaving it. The level name and the author name can't be more than 17 characters. To
  33. start Snake in edit mode from the commandline, use the follwing syntax:
  34. (the ' characters below should not be left out)
  35.  
  36. snake.exe edit 'level name' 'author name' 'file name'
  37.  
  38.  
  39.  
  40.  
  41. Version history...
  42.  
  43. --=3.10=--------------------------------------------------------------------------------
  44. Shortcuts are being added to the Start Menu when installing, which makes edit mode more
  45. easily reached. An alert window pops up when trying to save a level without having the 
  46. startspot placed. Custom mode has been added to the game; in which the user can play its 
  47. own levels, or levels made by other users. Snake Online has been updated with an level 
  48. upload page.
  49.  
  50. --=3.02=--------------------------------------------------------------------------------
  51. Sort of bug-fix. Level play highscoretables will now be reseted when installing.
  52.  
  53. --=3.00=-------------------------------------------------------------------------------- 
  54. A giant version step. Extended with more and new levels. A little information-window has 
  55. been added with help. Now Snake needs to be registered for the user to be able to upload 
  56. it's highscore (all free). A bulletin board has been added to Snake Online.
  57.  
  58. --=0.50=-------------------------------------------------------------------------------- 
  59. Level play added which also leads to two new highscoretables; growth play and standard 
  60. play with levels. Layout has been changed. Short delay added when the snake is about to 
  61. crash into something. Format of highscorefile has been changed. Snake Online updated 
  62. with the new highscoretables. Intro-demo added, which runs when the game is started. The 
  63. game got an ini-file to keep the settings from one start to another. A special edit mode 
  64. can be activated by starting the game with the correct commandline parameters (see 
  65. above).
  66.  
  67. --=0.21=-------------------------------------------------------------------------------- 
  68. Highscoretable added for growth play. Changed difficulty levels from 5-9 to 1-9 and 
  69. changed scoresettings. Snake's first icon added. Snake Online updated with 
  70. highscoretable for growth play aswell. Level play option added but not yet available.
  71.  
  72. --=0.14=-------------------------------------------------------------------------------- 
  73. Some bugs was fixed. The game got improved snake-control, but it's still not perfect. 
  74. Snake now got it's own installationprogram. The URL to Snake Online has been added to 
  75. the highscore-window. Tool-tip-text has been added to the options.
  76.  
  77. --=0.11=-------------------------------------------------------------------------------- 
  78. Highscore-window got a 'copy to clipboard'- button. The associated website Snake Online 
  79. has been launched.
  80.  
  81. --=0.10=-------------------------------------------------------------------------------- 
  82. First version released, still with a lot of bugs and unfinished functions. Quite bad 
  83. control of the snake. Got growth playstyle, two arrowkeys-control, five difficultylevels 
  84. and highscoretable.
  85.